home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / SYSKLOGD / INSTALL.{__ < prev    next >
Encoding:
Text File  |  1999-09-17  |  2.0 KB  |  38 lines

  1. 1.) READ the README.linux file and the accompanying man pages.  It will
  2.     save you some frustration.
  3.  
  4. 2.) Edit the Makefile for your installation.  NOTE that if you have not
  5.     carried out step 1 you may make choices which could render your
  6.     system and/or these utilities unusable.  Compile the utilities.
  7.     Compilation has been tested with versions 2.5.8, 2.6.3 and 2.7.0 of
  8.     the gcc compiler and libc versions 4.5.26 and 4.6.27.
  9.  
  10. 3.) The FSSTND makes suggestions as to appropriate locations for
  11.     system binaries.  Since not everyone agrees with standards it is
  12.     up to the system administrator installing the utilities to choose
  13.     the most appropriate locations for the binaries and their
  14.     configuration files.  By default the package will compile and
  15.     install following the FSSTND recommendations.  If a decision is
  16.     made to change this behavior consult the makefile and the sources.
  17.     The FSSTND define controls selection of values which may be
  18.     influenced by the choice of conformance with the FSSTND or site
  19.     preferences.
  20.  
  21. 4.) For proper functioning both of these utilities are best run as root.
  22.     This is probably not much of a problem since they will probably be
  23.     started either by init or as part of the rc.* startup process.  There
  24.     may be security concerns with running syslogd as root.  Please repeat
  25.     step 1 if you are unsure of why this may be the case.
  26.  
  27. 5.) If kernel address to symbol translation is desired there is the
  28.     possibility that a new kernel will need to be compiled.  The patches
  29.     to delimit kernel addresses requiring translation were added to
  30.     kernel 1.3.43.  If this kernel or a newer kernel is used there is
  31.     no need to modify the kernel sources.
  32.  
  33.     If a kernel earlier than this is used the kernel sources will have to
  34.     be patched.  The patch to delimit addresses for translation is included
  35.     with the sysklogd sources.  The necessary modifications are quite
  36.     generic and should require little modification over a wide range of
  37.     kernel sources.
  38.